Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
Signed-off-by: Naveena Panne <naveenbellare@gmail.com>
Signed-off-by: Naveena Panne <pnn9kor@bosch.com>
Signed-off-by: Naveena Panne <pnn9kor@bosch.com>
|
Documentation preview for this pull request is available at: |
There was a problem hiding this comment.
🟢 Approval recommended
The changes are small, consistent, and include a passing-focused unit test plus the intended Bazel wiring for documentation code targets.
Pull request overview
This PR adds a minimal C++ “component example” implementation plus a GoogleTest target, and wires the component into the docs_bundle so documentation can reference/link to real code targets.
Changes:
- Added
make_hello_message()implementation and public header underscore/component_example/src/. - Added a
cc_testvalidating the expected greeting output. - Updated
score/component_example/BUILDto define acc_libraryand connect it to the docs bundle viacode_targets.
File summaries
| File | Description |
|---|---|
| score/component_example/tests/component_example_test.cpp | Adds a GoogleTest verifying make_hello_message() output. |
| score/component_example/src/component_example.hpp | Declares the example API function. |
| score/component_example/src/component_example.cpp | Implements the example API function. |
| score/component_example/BUILD | Introduces cc_library/cc_test targets and updates docs_bundle to use code_targets. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
MaximilianSoerenPollak
left a comment
There was a problem hiding this comment.
From Docs-AS-Code perspective this is correct.
Created an actual code and test target to demonstrate the usage of docs_bundle.